[GET] ~/vehicles/count/byseries?series[0]={series[0]}&series[1]={series[1]}&template={template}&path={path}

Returns the number of vehicles which match the provided array of s. The models must be passed as an array using the json property named series.

Request Information

URI Parameters

NameDescriptionType
series

The series.

Collection of string

This value is required and must not be omitted.

template

The template.

string

path

The path is optional.

string

Body Parameters

None.

Request Formats

None.

Response Information

Resource Description

An enumerator that allows foreach to be used to process the series in this collection.

An instance of: Collection of integer

Response Formats

application/json, text/json

Sample:
[
  1,
  2
]